FHIR © HL7.org  |  Server Home  |  FHIR Server FHIR Server 3.4.11  |  FHIR Version n/a  User: [n/a]

Resource StructureDefinition/FHIR Server from package IdHIE.0v#0.0.1 (78 ms)

Package IdHIE.0v
Type StructureDefinition
Id Id
FHIR Version R4
Source https://simplifier.net/resolve?scope=IdHIE.0v@0.0.1&canonical=http://fhir.hie.moh.gov.id/StructureDefinition/Practitioner-id-core
Url http://fhir.hie.moh.gov.id/StructureDefinition/Practitioner-id-core
Version 1.0.0
Status active
Date 2023-06-07T07:16:10.3933867+00:00
Name PractitionerIdCore
Title Practitioner (ID Core)
Experimental False
Authority hl7
Description The practitioner(s) referenced in ID Core profiles.
Copyright Used by permission of HL7 International, all rights reserved Creative Commons License
Type Practitioner
Kind resource

Resources that use this resource

No resources found


Resources that this resource uses

StructureDefinition
http://fhir.hie.moh.gov.id/StructureDefinition/Address-id-core Address (ID Core)
http://fhir.hie.moh.gov.id/StructureDefinition/audit-id-core ExtensionAudit (ID Core)
http://fhir.hie.moh.gov.id/StructureDefinition/person-title-id-core ExtensionPersonTitle (ID Core)


Source

{
  "resourceType" : "StructureDefinition",
  "id" : "Practitioner-id-core",
  "meta" : {
    "versionId" : "1",
    "lastUpdated" : "2023-06-05T15:39:28.3956769+00:00"
  },
  "url" : "http://fhir.hie.moh.gov.id/StructureDefinition/Practitioner-id-core",
  "version" : "1.0.0",
  "name" : "PractitionerIdCore",
  "title" : "Practitioner (ID Core)",
  "status" : "active",
  "experimental" : false,
  "date" : "2023-06-07T07:16:10.3933867+00:00",
  "description" : "The practitioner(s) referenced in ID Core profiles.",
  "copyright" : "Used by permission of HL7 International, all rights reserved Creative Commons License",
  "fhirVersion" : "4.0.1",
  "kind" : "resource",
  "abstract" : false,
  "type" : "Practitioner",
  "baseDefinition" : "http://hl7.org/fhir/StructureDefinition/Practitioner",
  "derivation" : "constraint",
  "differential" : {
    "element" : [
      {
        "id" : "Practitioner",
        "path" : "Practitioner",
        "definition" : "This is basic constraint on provider for use in ID Core resources.",
        "alias" : [
          "Provider"
        ],
        "mustSupport" : false
      },
      {
        "id" : "Practitioner.extension",
        "path" : "Practitioner.extension",
        "slicing" : {
          "discriminator" : [
            {
              "type" : "value",
              "path" : "url"
            }
          ],
          "rules" : "open"
        },
        "min" : 0
      },
      {
        "id" : "Practitioner.extension:audit",
        "path" : "Practitioner.extension",
        "sliceName" : "audit",
        "short" : "Record audit on individual who recorded and updated the data",
        "definition" : "Record audit on individual who recorded and updated the data",
        "comment" : "Record audit on individual who recorded and updated the data",
        "min" : 0,
        "max" : "1",
        "type" : [
          {
            "code" : "Extension",
            "profile" : [
              "http://fhir.hie.moh.gov.id/StructureDefinition/audit-id-core"
            ]
          }
        ],
        "isModifier" : false
      },
      {
        "id" : "Practitioner.identifier",
        "path" : "Practitioner.identifier",
        "slicing" : {
          "discriminator" : [
            {
              "type" : "pattern",
              "path" : "system"
            }
          ],
          "rules" : "open"
        },
        "comment" : "NPI must be supported as the identifier system in the US, Tax id is allowed, Local id is allowed in addition to another identifier supplied by a jurisdictional authority such as a practitioner's *Drug Enforcement Administration (DEA)* number.",
        "min" : 1,
        "mustSupport" : true
      },
      {
        "id" : "Practitioner.identifier:nationalId",
        "path" : "Practitioner.identifier",
        "sliceName" : "nationalId",
        "max" : "1"
      },
      {
        "id" : "Practitioner.identifier:nationalId.system",
        "path" : "Practitioner.identifier.system",
        "min" : 1,
        "fixedUri" : "http://fhir.hie.moh.gov.id/sid/national-id"
      },
      {
        "id" : "Practitioner.identifier:nationalId.value",
        "path" : "Practitioner.identifier.value",
        "min" : 1
      },
      {
        "id" : "Practitioner.identifier:professionalNo",
        "path" : "Practitioner.identifier",
        "sliceName" : "professionalNo",
        "short" : "A professional number unqiue to this practitioner",
        "definition" : "A professional Number which is unique to this practitioner given by a licensing board with jurisdiction",
        "max" : "1",
        "mustSupport" : false
      },
      {
        "id" : "Practitioner.identifier:professionalNo.system",
        "path" : "Practitioner.identifier.system",
        "min" : 1,
        "fixedUri" : "http://fhir.hie.moh.gov.id/sid/professional-no"
      },
      {
        "id" : "Practitioner.identifier:professionalNo.value",
        "path" : "Practitioner.identifier.value",
        "min" : 1
      },
      {
        "id" : "Practitioner.identifier:passportNo",
        "path" : "Practitioner.identifier",
        "sliceName" : "passportNo",
        "max" : "1"
      },
      {
        "id" : "Practitioner.identifier:passportNo.system",
        "path" : "Practitioner.identifier.system",
        "min" : 1,
        "fixedUri" : "http://fhir.hie.moh.gov.id/sid/passport-no"
      },
      {
        "id" : "Practitioner.identifier:passportNo.value",
        "path" : "Practitioner.identifier.value",
        "min" : 1
      },
      {
        "id" : "Practitioner.name",
        "path" : "Practitioner.name",
        "min" : 1
      },
      {
        "id" : "Practitioner.name.extension",
        "path" : "Practitioner.name.extension",
        "slicing" : {
          "discriminator" : [
            {
              "type" : "value",
              "path" : "url"
            }
          ],
          "rules" : "open"
        },
        "min" : 0
      },
      {
        "id" : "Practitioner.name.extension:personTitle",
        "path" : "Practitioner.name.extension",
        "sliceName" : "personTitle",
        "min" : 0,
        "type" : [
          {
            "code" : "Extension",
            "profile" : [
              "http://fhir.hie.moh.gov.id/StructureDefinition/person-title-id-core"
            ]
          }
        ]
      },
      {
        "id" : "Practitioner.name.given",
        "path" : "Practitioner.name.given",
        "max" : "1",
        "mustSupport" : false
      },
      {
        "id" : "Practitioner.address",
        "path" : "Practitioner.address",
        "type" : [
          {
            "code" : "Address",
            "profile" : [
              "http://fhir.hie.moh.gov.id/StructureDefinition/Address-id-core"
            ]
          }
        ]
      },
      {
        "id" : "Practitioner.gender",
        "path" : "Practitioner.gender",
        "min" : 1
      },
      {
        "id" : "Practitioner.birthDate",
        "path" : "Practitioner.birthDate",
        "min" : 1
      }
    ]
  },
  "text" : {
  }
}

XIG built as of ??metadata-date??. Found ??metadata-resources?? resources in ??metadata-packages?? packages.